home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / com / computer / casio_st / prog_fx / oisac2 / st_vt52.txt < prev   
Text File  |  1994-03-01  |  285b  |  5 lines

  1. 5 '*** OISAC 2 *** VT 52 ***
  2. 10 OPEN"COM0:6,N,8,1,N,N,N,B" AS #1
  3. 20 CLS:PRINTCHR$(9)"Texte ou Code CTRL (T/C) ?";:$=INPUT$(1):PRINTCHR$(13);:IF $="T" THEN40ELSEIF $<>"C" THENBEEP:GOTO20
  4. 32 PRINT"Carac ASCII : ";:INPUT@1;C$:PRINT#1,CHR$(27)+C$
  5. 40 INPUT"Texte : ",$:PRINT #1,$:GOTO20